Welcome![Sign In][Sign Up]
Location:
Search - HTML to txt

Search list

[JSP/Javatika

Description: Apache tika 可以解析各种富文本格式的文件,得到其中的文本内容字符串。如tika 可用于解析Office 97/2003/2007 格式、PDF 格式、HTML 等格式的文件。请参考tika-app-1.5.jar 的功能,实现一个GUI 界面的桌面程序,该程序可以打开以上几种格式的文件,调用tika 进行解析,在界面上展示txt 解析结果,并将结果保存成文本文件。该程序也可以同时打开一组文件,以多线程的方式对它们进行并行处理。注:请在程序中导入tika-core-1.5.jar 和tika-parsers-1.5.jar 来调用tika的功能(也可以只导入tika-app-1.5.jar)。-Tika Apache can parse a variety of rich text format file, get the text content of the string. Such as Tika can be used to parse 97/2003/2007 Office format, PDF format, HTML format file. Please refer to the tika-app-1.5.jar function, to achieve a GUI interface of the desktop program, the program can open more than a few formats of the file, call Tika to resolve, in the interface to display the results of TXT analysis, and save the results into a text file. The program can also open a group of files at the same time, in order to carry out the process of multi thread parallel processing. Note: import tika-core-1.5.jar and tika-parsers-1.5.jar in the program to call the Tika function (also can only import tika-app-1.5.jar).
Platform: | Size: 2048 | Author: danny | Hits:

[Web Servermsrlts_v1.2

Description: 陌生人随机聊天室 免费开源,任意使用 简介: 陌生人随机聊天室是一个类似omegle.com的在线匿名聊天系统。 功能: 1.匿名用户配对聊天 2.聊天记录可以下载 3.可以显示对方输入状态 4.采用轮询服务器方式传输数据,相比comet方式,服务器压力小许多,而且轮询间隔时间可以调节。 5.显示在线人数 6.敏感词屏蔽 7.基于ip地址的地理位置显示 安装方法: 1.编辑common.php文件,填写数据库连接信息 2.上传文件到您的服务器 3.浏览器打开 install.php 执行安装 4.成功~~ 其他: 1. badwords.txt 里面是敏感词列表。一行一个。 用户发送的敏感词会被替换为***。 修改此文件不需要重新安装。 2. ip.txt 里面是ip地理位置列表。 按照格式添加就可以了。修改了ip.txt需要重新运行install.php,因为ip信息需要写到数据库。 3. 修改网站名等信息可以在index.html里面配置。www.0713seo.cn 4. 安装过后最好删除或者改名 install.php -Random Stranger Chat Free and open source, free to use Introduction: random stranger chat room is a similar omegle.com online chat system anonymously. Features: 1. anonymous user pairing chat 2. chats can download 3. You can display the other input status 4. The server uses polling transmission of data, compared to comet way server stress many small and polling interval can be adjusted. 5. Display Online 6. shield sensitive words 7. ip address location-based display installation method: 1. Edit common.php file, fill in the connection information 2. Upload the file to your server 3. The browser opens install.php installation 4. Successful ~~ Other: 1. badwords.txt which is sensitive word list. One per line. Users to send sensitive words will be replaced with***. Modify this file does not need to be reinstalled. 2. ip.txt there is a list of ip geographic location. Follow the Add Format on it. Modify the ip.txt need to rerun install.php, because ip information nee
Platform: | Size: 449536 | Author: 陈红 | Hits:

[androidAndroidGooglePlusExample

Description: # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in ${sdk.dir}/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the ProGuard # include property in project.properties. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public * #} -# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in ${sdk.dir}/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the ProGuard # include property in project.properties. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public * #}
Platform: | Size: 668672 | Author: zxczxc | Hits:

[WEB Codethinkjs_tjqf_v1.0

Description: 基于thinkjs的邮件群发,包括添加邮件地址、删除邮件地址,发送html可视化内容 使用本产品需要以下知识:Nodejs、thinkjs、ejs、mysql、html、css、jquery 供学习使用,只完成了基本功能,未做界面和程序上的进一步优化,细节需自行调整。 安装: 1 安装nodejs、thinkjs 2 修改index控制器下的index方法,添加自己的发送方邮箱和密码 3 参考thinkjs官方文档所示启动方式进行启动 4 邮件列表可以手动在/www/resource/maillist.txt文件里面添加,每行一个邮件地址,也可以在页面上添加-Thinkjs based e-mail group, including email address, delete the email address, send HTML visual content The use of this product requires the following knowledge: thinkjs, EJS, Nodejs, mysql, CSS, jQuery, HTML For learning to use, only completed the basic functions, not to do the interface and the program to further optimize the details need to adjust their own. Installation: 1 install nodejs, thinkjs Modify the index method 2 index controller, add your own password and email sender 3 reference thinkjs official documents are shown to start the boot mode 4 mailing list can be manually added in the /www/resource/maillist.txt file, each line of an email address, you can also add on the page
Platform: | Size: 7788544 | Author: geniuspudn | Hits:

[Web Servernm169gbook

Description: 1.多用户版本,功能强大!! 2.超级管理员在线管理每个用户! 3.界面优美,采用WINXP风格,和你的XP融为一体! 4.无须更改文件设置,运行install.asp进行安装! 5.斑竹随意更换留言本风格.(11种任选) 6.斑竹可在线修改信息,在线更换留言本风格. 7.支持ubb,html.有防灌水功能! 默认超级管理员帐号:admin 密码:admin,具体请看readme.txt-1. The multi-user version, powerful !!     2. The super administrator to manage each online user!     3. beautiful interface, using WINXP style, and your XP blend!     4. The need to change file settings, run install.asp installation!     5. Bamboo arbitrarily change the style of the message. (11 kinds optional)     6. Bamboo can be modified online information, online replacement guestbook style.     7. Support ubb, html. Anti-irrigation function! The default super administrator account: admin password: admin, specific look readme.txt
Platform: | Size: 414720 | Author: mcujc528 | Hits:

[WEB CodeHicao

Description: (1)能实现会员的自动注册(可选禁止自由注册,由管理员自己添加一个ID) (2)您可以设置所有初次注册会员的几种状态:一:需要管理员验证 二:注册即可登陆 三:需要发送密码 (3)会员可以随时修改资料,提供忘记密码取回功能。 (4)页面保护系统保护目录里的每一个编制文件,安全保密性极高。 (5)系统界面的美观、大方,完全由斑竹根据自己的口味在head.txt bottom.txt里自由设置 (6)作为第三代会员管理系统,提供了至强的后台管理功能。 (7)多功能邮件列表,任君选择。(可选支持HTML)-(1) can realize the automatic registration of members (optional prohibit free registration, by the administrator to add a ID) (2) you can set up all the initial members of several states: one: the need for administrator authentication two: registration can login three: the need to send a password (3) members can modify the information at any time to provide forget password retri function. (4) each file in the protection system of the page protection system, the security and confidentiality are extremely high. (5) the system interface is beautiful and completely by the owner according to their own tastes in the head.txt bottom.txt free set (6) as the third generation member management system, provides strong background management functions. (7) multi function mailing list, Ren Jun choose. (optional support HTML)
Platform: | Size: 24576 | Author: yypudn5 | Hits:

[WEB Codebillowbbs30_sylion

Description: 这是一个功能强大的社区软件,由sylion一年前全面汉化。加入了帖子点击计数功能,修改了一些BUG,原来独立的聊天室也挂接上了。 安装方法请阅读install.txt,英文的。有问题请到本站论坛提出。请保留本站的连接地址。 本软件安装有一定难度,建议新手不要尝试。 演示地址: http://202.107.35.24/~sylion/billowbbs/index.html 因三筑巢经常当机 ,有时可能看不到演示。-This is a powerful software community, by sylion a year ago completely finished. Joined the post click count function, modify some of the BUG, the original independent chat rooms are also linked to the. Please read the install.txt installation method. Please go to the forum put forward problems. Please keep the connection. This software is installed to a certain degree of difficulty, don t try to recommend beginners. Demo address: http://202.107.35.24/~sylion/billowbbs/index.html Because the three nests often crash, sometimes may not be able to see the demo.
Platform: | Size: 380928 | Author: yypudn9 | Hits:

[WEB Codejiuyewangzhan_dedecms

Description: 基于DEDECMS5.7制作的酒业公司整站代码。 安装方法: 1.删除install目录下的install_lock.txt和index.html。并修改index.php.bak为index.php 2.访问:域名/install 按照提示进行安装. 3.安装完成后==后台==数据还原-DEDECMS5.7 produced wine company code based on the entire station. Installation method: 1 delete the install directory under the install_lock.txt and index.html. And modify the index.php.bak for index.php 2 access: the domain name /install follow the prompts to install. 3 = = = = backstage after installation data reduction
Platform: | Size: 10192896 | Author: empudn80 | Hits:

[WEB CodeVECMS_v0.9

Description: 使用说明: 1、压缩包内 vecms_sql.txt 为数据库文件,导入数据库后,请修改index.php里面数据库连接配置; 2、如果上传后出现白屏,请将 tmp 目录权限设置为777; 3、如果无法上传附件,请讲 attached 目录权限设置为777; 4、后台登陆地址 http://域名/admin_login.html 用户名:vecms 密码:123456 验证码区分大小写。-instructions: 1, compressed package vecms_sql.txt for the file, import the , please modify the index.php inside the connection configuration 2, if there is a white screen after the upload, please TMP directory permissions set to 777 3, if you can not upload attachments, please say attached directory permissions set to 777 4, the background landing address http:// domain name /admin_login.html User name: vecms password: 123456 verification code case sensitive.
Platform: | Size: 1178624 | Author: xiaozeyuan | Hits:

[WEB Codeptcms_xunlei_v1.0

Description: PTcms 迅雷图书搜索小偷v1.0 build 20101208 随即热门书籍存放于files/top.txt中,按照格式增加 删除 变更即可让热门书籍变动 files/lastdown.txt 为最近到达下载页的 首页中有运用 files/lastkey.txt 为最近搜索的 各个页面右侧均有 其他直接修改模板的 纯html的-PTcms thunder Book Search thief build v1.0 20101208 Then the popular books stored in the files/top.txt, in accordance with the format to increase the change can be changed to make changes to the popular books Files/lastdown.txt for the recent arrival of the download page home page Files/lastkey.txt for the most recent search on the right side of each page Other directly modify the template of pure HTML
Platform: | Size: 118784 | Author: 谷驴驴 | Hits:

[Other44

Description: 不用字符串来实现 InternetURL 类-define InternetURL class to save a URL string like as www.bit.edu.cn ,and realize the demands as follows: 0. You CAN NOT use string in the program 1. You must use MyString you just defined in the exercise3.txt to save URL string; 2. Get domain name URL. For example, we can get www.bit.edu.cn www.bit.edu.cn/jwc/080329.html ; 3. Get top domain name URL. For example, we can get .cn www.bit.edu.cn/jwc/080329.html ;
Platform: | Size: 1024 | Author: 王月 | Hits:

[Web ServerAutoSave

Description: 草稿自动保存挂件(AJAX & XML) STAR Plug System是易建联合工作室针对在线HTML编辑器开发的一个插件,目的是方便文章编辑人员录入资料,防止在录入过程中由于外界原因造成的文字丢失而耽误工作。该插件具有如下特点:增加多项目自动保存;暂存文件格式由原来的TXT改为vml,查看时十分方便;增加了ewebeditor编辑器接口 -Draft saved automatically pendant (AJAX & XML) STAR Plug System is a plug-in for the studio co-Yi online HTML editor, and an object is to facilitate data entry article editorial staff to prevent the entry process due to external causes character loss and delay jobs. The plug has the following characteristics: increase the number of items saved automatically scratch the original file format TXT to vml, very convenient when viewing increased ewebeditor Editor Interface
Platform: | Size: 8192 | Author: wcouu | Hits:

[WEB CodePHPCalendar

Description: 程序说明:该备忘录程序为新疆站长网czhy首次修改汉化简单实用程序,由于czhy本身不是技术站长。对于html和php一窍不通。该程序由于简单,czhy参照google翻译以及txt记事本纯手工完成。部分程序没有汉化。希望大家谅解。同时更希望大家能够支持新疆站长网的发展。 添加备忘:点击你需要增加备忘录的日期。弹出窗口保存即可。-Program description: the memorandum of the program in stationmaster net czhy First Amendment finished simple and practical procedure, due to the czhy itself is not a technical webmaster. For HTML and PHP utterly ignorant of. The program as a result of the simple, czhy with reference to Google translation and TXT Notepad pure manual complete. Part of the program not finished. Hope you understand. At the same time, I hope that we can support the development of Xinjiang webmaster network. Add note: click the date you need to add the memo. Pop up window to save.
Platform: | Size: 31744 | Author: 李艳娇 | Hits:

[Web Serverwindowswb

Description: 音乐后台 http://你的域名/Txt/index.html 电影后台 exec\exec5\用记事本打开修改 xmlForExec5.xml MTV后台 exec\exec9\用记事本打开修改 FLVList.xml 视频后台 exec\exec14\用记事本打开修改 FLVList.xml 公告后台 用记事本打开来修改 News.xml-Background music http: // your domain name /Txt/index.html Movie background \ exec5 \ use Notepad to open modify xmlForExec5.xml MTV backstage \ exec9 \ use Notepad to open modify FLVList.xml Video background \ exec14 \ use Notepad to open modify FLVList.xml Announcement background Open with Notepad to modify News.xml
Platform: | Size: 3902464 | Author: 先生 | Hits:

[Windows DevelopjQuery-tableExport-master

Description: jQuery-tableExport是一款可以将普通HTML表格内容导出为CSV、XLS、TXT或SQL格式的jQuery插件-JQuery-tableExport is an ordinary HTML can be exported to the contents of CSV, XLS, TXT or SQL format of the jQuery plug-in
Platform: | Size: 9216 | Author: sdfsdf | Hits:

[androidIceHoloReader

Description: 易读电子书阅读器是一个基于安卓的开源电子书阅读器项目,基于开源的FBREADER1.8.2项目进行的二次开发,支持大文件(亲测5.6MB TXT文件正常打开,就是加载慢点)支持滚屏、翻书、左右滑动三种阅读方式。支持扫描SD卡文件并且添加到书架或者收藏,支持书签功能、支持TXT,HTML,OEB,MOBI,EPUB等格式文件的阅读。本项目代码量很大,是一个比较完善的工程,源码的阅读分析需要一定的安卓基础和耐心,有少量注释。默认编译版本4.1.2编码UTF-8-Easy to read e-book reader is a based on Android s open ebook reader project, secondary development based on open source project FBREADER1.8.2 support large files (pro test by 5.6 MB TXT file to open the normal is loading slowly) support for scrolling, pages, sliding around three reading. Support for scanning the SD card file and add to the shelf or collection, to support the bookmark function, support TXT, HTML, OEB, MOBI, EPUB and other format file read. The project code is very large, is a relatively complete project, the source of the reading analysis requires a certain amount of Android foundation and patience, a small amount of notes. The default compiled version 4.1.2 code UTF-8
Platform: | Size: 9216000 | Author: yuxiangyu | Hits:

[Web Serverwishphp

Description: 比ASP版主要的改进有: 1.增加验证码,防止自动程序乱发留言. 2.通过PHP的Pear:Mail实现发送邮件功能,如果留言者提供了对方的邮箱地址,能发送到对方邮箱中 不过根据我测试,现在的一些邮箱对HTML代码过多的邮件过滤得比较厉害,所以程序暂时只用TXT形式发送,可以改mailto.php开启. -ASP version than major improvements are: 1. Increase the code to prevent automated programs recklessly Message 2. PHP of Pear:. Mail realize sending e-mail function, if a message to provide each other s e-mail address, can be sent to other mailboxes However, according to my tests, now some of the mailbox to the HTML code too much mail filtering was more powerful, so the program only temporarily transmitting TXT form, you can change mailto.php open.
Platform: | Size: 995328 | Author: rbnt | Hits:

[androidbgxsxzydq

Description: 笔趣阁小说下载阅读器是一个在线电子书阅读器,其实严谨的来讲是一个在线下载本地查看的小说阅读器,可以在线获取小说简洁,点击阅读以后会把txt小说下载到本地SD卡目录下的read/record文件夹中,下次阅读无需联网即可阅读。项目有一些常规的很方便的功能,例如:字体大小设置、亮度设置、夜间模式、书签管理、进度转跳等,翻页使用的是贝塞尔曲线形式,,效果流畅没有任何卡顿,项目内的小说数据直接调用笔趣阁(http://www.biquge.com/)数据,使用jsoup对html页面进行解析,对txt大文件有良好的支持,是个不错的小说阅读器源码。-Pen Qu Ge novels download the reader is an online ebook reader, in fact, rigorous speaking is an online download local view of the novel reader can get online novel concise, click after reading will be the TXT novel download to the text of read/record local directory of the SD card a clip next time reading without the network can be read. Project has a number of conventional very convenient function. For example: set the font size, brightness settings, night mode, bookmark management, schedule turns jumping, use the flip is form of Bezier curve, smooth effect without any Caton and projects within the novel data directly call pen fun Pavilion (http://www.biquge.com/) data, parse the HTML page using jsoup. TXT file with good support, is a good novel reader source code.
Platform: | Size: 5970944 | Author: guohao | Hits:

[androidBook-reader

Description: 本地html的小说阅读器是一章一个html文件,再去从项目里面读取html的文本,这种实现方式不用阅读的时候跟处理txt一样要缓存和读取问题,技术难度很大的降低了,但是这个小说有1950章,真佩服作者能耐着性子去把一个有1950章txt分成了1900多个html。项目不能直接读取本地txt看小说,只能看内置的一个小说,如果有兴趣也可以自己把小说分章后导入项目里重新打包成自己的专属小说阅读器,另外项目还有左右滑动翻页,调整字体大小,小说目录,自动更新等功能项目编码GBK默认编译版本4.4.2。-A local HTML fiction reader is a chapter in a HTML file, to read HTML the project inside the text, this implementation without reading time to deal with txt to cache and read problem, technical difficulty is greatly reduced, but the novels have 1950 chapters, really admire service author ability temper to a TXT 1950 chapters divided into more than 1900 HTML. Items cannot be directly read local TXT novels, can only see the inside of a novel, if you are interested can also his novel chapter into the project re packaged into their own exclusive fiction reader, in addition to the project along with the left and right sliding flip, adjust font size, novel directory, automatic update function GBK encoding default compiler version 4.4.2.
Platform: | Size: 29811712 | Author: dingguojian | Hits:

[WEB Codezb8

Description: 1、无限级多页采集,可以实现无限深度的采集 2、任务队列运行管理,支持Cron表达式 3、无限级分组任务管理,任务回收站功能 4、RSS地址采集功能 5、列表页分页采集获取功能 6、列表页附加参数获取功能 7、列表页及标签XPath可视化提取功能 8、标签纯正则替换功能 9、Http接口查看运行情况 10、导出记录为单个或多个Txt、html 文件 11、标签间自由组合功能 12、针对标签内容继续发送Http请求功能 13、无限级列表网址采集 14、从Http头信息中获取数据 15、标题内容正文提取功能 16、Aspx列表分页自识别 17、多网站站群式web发布 18、导出记录为Word格式 19、导出所有记录为Excel格式 20、使用随机二级代理服务器(支持Socket代理) 21、多扩展间数据交换功能 22、下载的图片自动加增强型水印功能 23、Ocr识别(图片转化为文字) 24、Http接口管理采集器运行 25、Mongodb数据库保存数据 26、主从服务器分布式采集-1, unlimited multi-page collection level, can collect unlimited depth of 2, run the task queue management, support Cron Expression 3, infinite-level group task management, task Recycle Bin feature 4, RSS address collection function 5, Page tab acquisition Acquires function 6. list additional parameter acquisition function 7, page and label XPath visualization extraction 8, label pure then replace function 9, Http interface to view the running information 10, export records for a single or multiple Txt, html file 11, the inter-tag free combination function 12 for label content to continue sending Http request function 13, unlimited level list URLs collected 14, to obtain data 15 Http header information, the header content text extraction function 16, Aspx list paging self-identifying 17, multi-site station group of formula 18 web publishing, export records to Word 19 format, export all records in Excel format 20 using a random two proxy server (proxy support Socket) 21, more extended d
Platform: | Size: 41868288 | Author: lcc | Hits:
« 1 2 3 4 5 6 7 89 »

CodeBus www.codebus.net